home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
100 Plus Great Games 2
/
100PLUSV2.BIN
/
games
/
DuneFaces.dxr
/
00100GPak Generic GFX_2.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2002-01-25
|
281 b
|
12 lines
on exitFrame me
global win, points
if win = "yes" then
puppetSound(3, "win")
member("youwin").text = "you win!!!"
member("points").text = "Total Score:" && string(points) && "pts"
else
puppetSound(3, "lose")
member("youwin").text = "Busted!"
end if
end